home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 104 / MacAddict_104_2005-04.iso / Software / Internet & Communication / Romeo 0.9.3 freeware.dmg / Romeo.app / Contents / Resources / RomeoSuite.scriptTerminology < prev    next >
Extensible Markup Language  |  2004-07-02  |  3KB  |  105 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>Classes</key>
  6.     <dict>
  7.         <key>NSApplication</key>
  8.         <dict>
  9.             <key>Description</key>
  10.             <string>Romeo's top level scripting object.</string>
  11.             <key>Name</key>
  12.             <string>Romeo Application</string>
  13.             <key>PluralName</key>
  14.             <string>Romeo Applications</string>
  15.         </dict>
  16.     </dict>
  17.     <key>Commands</key>
  18.     <dict>
  19.         <key>Connect</key>
  20.         <dict>
  21.             <key>Description</key>
  22.             <string>Initiate a connection to the current phone.</string>
  23.             <key>Name</key>
  24.             <string>connect</string>
  25.         </dict>
  26.         <key>Disconnect</key>
  27.         <dict>
  28.             <key>Description</key>
  29.             <string>Disconnect from any currently connected phones.</string>
  30.             <key>Name</key>
  31.             <string>disconnect</string>
  32.         </dict>
  33.         <key>Display</key>
  34.         <dict>
  35.             <key>Arguments</key>
  36.             <dict>
  37.                 <key>text</key>
  38.                 <dict>
  39.                     <key>Description</key>
  40.                     <string>An item of text to display; line breaks are supported.</string>
  41.                     <key>Name</key>
  42.                     <string>text</string>
  43.                 </dict>
  44.             </dict>
  45.             <key>Description</key>
  46.             <string>Display items on the Mac's screen.</string>
  47.             <key>Name</key>
  48.             <string>display</string>
  49.         </dict>
  50.         <key>Do</key>
  51.         <dict>
  52.             <key>Arguments</key>
  53.             <dict>
  54.                 <key>specialaction</key>
  55.                 <dict>
  56.                     <key>Description</key>
  57.                     <string>Perform a special action; see the readme for codes and actions performed.</string>
  58.                     <key>Name</key>
  59.                     <string>specialaction</string>
  60.                 </dict>
  61.             </dict>
  62.             <key>Description</key>
  63.             <string>Perform an action of various types.</string>
  64.             <key>Name</key>
  65.             <string>do</string>
  66.         </dict>
  67.         <key>Quits</key>
  68.         <dict>
  69.             <key>Description</key>
  70.             <string>Quits Romeo.</string>
  71.             <key>Name</key>
  72.             <string>quits</string>
  73.         </dict>
  74.         <key>Status</key>
  75.         <dict>
  76.             <key>Description</key>
  77.             <string>Gets the current connection status as a human-readable string.</string>
  78.             <key>Name</key>
  79.             <string>status</string>
  80.         </dict>
  81.         <key>Test</key>
  82.         <dict>
  83.             <key>Arguments</key>
  84.             <dict>
  85.                 <key>number</key>
  86.                 <dict>
  87.                     <key>Description</key>
  88.                     <string>The number to test.</string>
  89.                     <key>Name</key>
  90.                     <string>number</string>
  91.                 </dict>
  92.             </dict>
  93.             <key>Description</key>
  94.             <string>Perform a test command.</string>
  95.             <key>Name</key>
  96.             <string>test</string>
  97.         </dict>
  98.     </dict>
  99.     <key>Description</key>
  100.     <string>Commands to provide control of and extend Romeo's functionality.</string>
  101.     <key>Name</key>
  102.     <string>Romeo Suite</string>
  103. </dict>
  104. </plist>
  105.